Differential Equations: Initial Value Problem
Problem 5
\[ t^2 y'' - 4ty' + 4y = -2t^2 \quad y_1 = t, \quad y_2 = t^4 \]
Initial conditions:
\[ y(1) = 2, \quad y'(1) = 0 \]
Assume a particular solution of the form:
\[ y = u_1 y_1 + u_2 y_2 \]
The system of equations for \( u_1' \) and \( u_2' \) is:
\[ \begin{aligned} u_1' y_1 + u_2' y_2 &= 0 \\ u_1' y_1' + u_2' y_2' &= g(t) \end{aligned} \]
Substituting the known functions (note: divide by \( t^2 \) to get standard form):
\[ \begin{aligned} u_1' t + u_2' t^4 &= 0 \\ u_1' + 4u_2' t^3 &= -2 \end{aligned} \]
Multiplying the second equation by \( t \):
\[ u_1' t + 4u_2' t^4 = -2t \]
Subtracting the first equation from this result:
\[ 3u_2' t^4 = -2t \implies u_2' = -\frac{2}{3} t^{-3} \]
Solving for \( u_1' \):
\[ u_1' = -u_2' t^3 = -\left(-\frac{2}{3} t^{-3}\right) t^3 = \frac{2}{3} \]
Integrating to find \( u_1 \) and \( u_2 \):
\[ \begin{aligned} u_2 &= +\frac{1}{3} t^{-2} + C_2 \\ u_1 &= \frac{2}{3} t + C_1 \end{aligned} \]